Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove unused output to remove warning #260

Merged
merged 3 commits into from
May 3, 2023
Merged

Conversation

prescottprue
Copy link
Contributor

@prescottprue prescottprue commented May 2, 2023

Description

Remove unused output to remove warning caused by deprecated code inside of @actions/core. See this post on an existing Github issue for more info

Screenshots (if appropriate)

image

@prescottprue prescottprue requested a review from a team as a code owner May 2, 2023 17:52
@prescottprue prescottprue merged commit 4e71a4f into main May 3, 2023
@prescottprue prescottprue deleted the remove-output branch May 3, 2023 21:36
@github-actions
Copy link

github-actions bot commented May 3, 2023

🎉 This PR is included in version 1.1.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

@@ -20146,7 +20145,9 @@ async function reportToCoveralls(lcovPath) {
throw new Error(response.message);
}
core.info(`Successfully uploaded base coverage to Coveralls for branch "${branch}". Coveralls URL: ${response?.url}`);
core.setOutput('coverage-url', response?.url);
// NOTE: Removed because @actions/core uses deprecated set output command internally
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any alternate available to replace setOutput?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants